home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / BUILD.NOTES < prev    next >
Encoding:
Text File  |  1998-12-14  |  1.3 KB  |  38 lines

  1. OS Specific notes for building/compiling Apache
  2.  
  3. -------------
  4. Introduction:
  5. -------------
  6. Apache has been ported to a wide variety of platforms, from multiple
  7. UNIX variants to OS/2 to Windows95/NT. In building and/or compiling
  8. Apache on some platforms, there are some hints and notes which may
  9. help you if you run into problems.
  10.  
  11. -----
  12. A/UX:
  13. -----
  14.   Don't even try with cc. Instead, use gcc-2.7.2 and the libUTIL.a
  15.   function library, both of which are available on jagubox.gsfc.nasa.gov.
  16.   libUTIL.a includes many basic functions that Apache (and other software)
  17.   requires as well as fixed versions of functions in libc.a. Contact
  18.   Jim Jagielski (jim@apache.org) if you need a precompiled build for
  19.   A/UX 3.1.x.
  20.  
  21. -----
  22. AIX:
  23. -----
  24.   If compiling Apache on AIX (any version) using the xlC compiler version
  25.   3.6.X and you receive an error such as:
  26.  
  27.     "Expected </Directory> but saw </Directory>"
  28.   or
  29.     "Expected </Files> but saw </Files>"
  30.  
  31.   then you have encountered a bug in xlC.  This is a problem with the
  32.   3.6.X versions of xlC, and is not a problem with the Apache code.
  33.   A set of PTF's which correct the problem are available from:
  34.   http://service.software.ibm.com/support/rs6000
  35.   The PTF's are:  U462005, U462006, U462007, and U462023 through
  36.   U462030.  The PTF's have been tested and do indeed fix the problem.
  37.  
  38.